home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / 04-10-20-2.swf / scripts / DefineButton2_205 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-11-18  |  235 b   |  13 lines

  1. on(press){
  2.    if(confirm.toLowerCase() == "794f890" || confirm.toLowerCase() == "566c228")
  3.    {
  4.       _root.spPowers = true;
  5.       play();
  6.       _root.splashStop();
  7.    }
  8.    else
  9.    {
  10.       confirm = "Invalid Code!";
  11.    }
  12. }
  13.